Html Css Color HEX #CF6DCB Orchid

📋 copy color: '#CF6DCB'

red 207 ◦ green 109 ◦ blue 203

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

Shades of Orchid #CF6DCB

Tints of Orchid #CF6DCB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21%

 BLUE value IS 203 (79.69% from 255) = 39.11%

R = 39.88%
G = 21%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#CF6DCB (or 0xCF6DCB) is known color: Orchid. HEX triplet: CF, 6D and CB. RGB value is (207,109,203). Sum of RGB (Red+Green+Blue) = 207+109+203=519 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.88% from 519); Green value is 109 (42.97% from 255 or 21.00% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6DCB is #309234. Grayscale: #949494. Windows color (decimal): -3183157 or 13331919. OLE color: 13331919.

HSL color Cylindrical-coordinate representation of color #CF6DCB: hue angle of 302.45º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CF6DCB is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 109 203 -
CMYK 0 0.47 0.02 0.19
HSL 302.45º 0.51% 0.62% -
HSV(B) 302.45º 0.47% 0.81% -
XYZ 41.98 28.51 59.79 -
YUV 149.02 158.47 169.36 -
System Red Green Blue C M Y K H S L
Decimal 207 109 203 0 0.47 0.02 0.19 302.45 0.51 0.62
Hex CF 6D CB 0 2F 2 13 12E 33 3E
Octal 317 155 313 0 57 2 23 456 63 76
Binary 11001111 1101101 11001011 0 101111 10 10011 100101110 110011 111110

Color Harmonies of #CF6DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6DCB

Black with #CF6DCB

Text Example


Text Example

White with #CF6DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6DCB; }

 p { color: rgb(207,109,203); }

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

background-color css

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

 a { background-color: rgb(207,109,203); }

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

border-color css

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

 span { border-color: rgb(207,109,203); }

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