Html Css Color HEX #CF6CBF Orchid

📋 copy color: '#CF6CBF'

red 207 ◦ green 108 ◦ blue 191

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

Shades of Orchid #CF6CBF

Tints of Orchid #CF6CBF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.34%

 BLUE value IS 191 (75% from 255) = 37.75%

R = 40.91%
G = 21.34%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CF6CBF (or 0xCF6CBF) is known color: Orchid. HEX triplet: CF, 6C and BF. RGB value is (207,108,191). Sum of RGB (Red+Green+Blue) = 207+108+191=506 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.91% from 506); Green value is 108 (42.58% from 255 or 21.34% from 506); Blue value is 191 (75% from 255 or 37.75% from 506); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6CBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6CBF is #309340. Grayscale: #929292. Windows color (decimal): -3183425 or 12545231. OLE color: 12545231.

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

Color convert

RGB 207 108 191 -
CMYK 0 0.48 0.08 0.19
HSL 309.7º 0.51% 0.62% -
HSV(B) 309.7º 0.48% 0.81% -
XYZ 40.5 27.75 52.51 -
YUV 147.06 152.8 170.75 -
System Red Green Blue C M Y K H S L
Decimal 207 108 191 0 0.48 0.08 0.19 309.7 0.51 0.62
Hex CF 6C BF 0 30 8 13 136 33 3E
Octal 317 154 277 0 60 10 23 466 63 76
Binary 11001111 1101100 10111111 0 110000 1000 10011 100110110 110011 111110

Color Harmonies of #CF6CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6CBF

Black with #CF6CBF

Text Example


Text Example

White with #CF6CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6CBF; }

 p { color: rgb(207,108,191); }

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

background-color css

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

 a { background-color: rgb(207,108,191); }

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

border-color css

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

 span { border-color: rgb(207,108,191); }

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