Html Css Color HEX #CF6BDF Orchid

📋 copy color: '#CF6BDF'

red 207 ◦ green 107 ◦ blue 223

#CF6BDF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #CF6BDF

Tints of Orchid #CF6BDF

RGB

 RED value IS 207 (81.25% from 255) = 38.55%

 GREEN value IS 107 (42.19% from 255) = 19.93%

 BLUE value IS 223 (87.5% from 255) = 41.53%

R = 38.55%
G = 19.93%
B = 41.53%

CMYK

 C value IS 0.07

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CF6BDF (or 0xCF6BDF) is known color: Orchid. HEX triplet: CF, 6B and DF. RGB value is (207,107,223). Sum of RGB (Red+Green+Blue) = 207+107+223=537 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.55% from 537); Green value is 107 (42.19% from 255 or 19.93% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF6BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6BDF is #309420. Grayscale: #959595. Windows color (decimal): -3183649 or 14642127. OLE color: 14642127.

HSL color Cylindrical-coordinate representation of color #CF6BDF: hue angle of 291.72º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CF6BDF is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 107 223 -
CMYK 0.07 0.52 0 0.13
HSL 291.72º 0.64% 0.65% -
HSV(B) 291.72º 0.52% 0.87% -
XYZ 44.31 29.11 73.1 -
YUV 150.12 169.13 168.57 -
System Red Green Blue C M Y K H S L
Decimal 207 107 223 0.07 0.52 0 0.13 291.72 0.64 0.65
Hex CF 6B DF 7 34 0 D 124 40 41
Octal 317 153 337 7 64 0 15 444 100 101
Binary 11001111 1101011 11011111 111 110100 0 1101 100100100 1000000 1000001

Color Harmonies of #CF6BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6BDF

Black with #CF6BDF

Text Example


Text Example

White with #CF6BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6BDF; }

 p { color: rgb(207,107,223); }

 H1.HeaderClassName
 {
   color: #CF6BDF;
 }
 .AnyTagClassName
 {
   color: #CF6BDF;
 }
</style>

background-color css

<style>
 a { background-color: #CF6BDF; }

 a { background-color: rgb(207,107,223); }

 div.DivClassName
 {
   background-color: #CF6BDF;
 }
 .BgClassName
 {
   background-color: #CF6BDF;
 }
</style>

border-color css

<style>
 span { border-color: #CF6BDF; }

 span { border-color: rgb(207,107,223); }

 td.TdClassName
 {
   border-color: #CF6BDF;
 }
 .TagClassName
 {
   border-color: #CF6BDF;
 }
</style>