Html Css Color HEX #CF6CC2 Orchid

📋 copy color: '#CF6CC2'

red 207 ◦ green 108 ◦ blue 194

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

Shades of Orchid #CF6CC2

Tints of Orchid #CF6CC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 38.11%

R = 40.67%
G = 21.22%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#CF6CC2 (or 0xCF6CC2) is known color: Orchid. HEX triplet: CF, 6C and C2. RGB value is (207,108,194). Sum of RGB (Red+Green+Blue) = 207+108+194=509 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.67% from 509); Green value is 108 (42.58% from 255 or 21.22% from 509); Blue value is 194 (76.17% from 255 or 38.11% from 509); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6CC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6CC2 is #30933D. Grayscale: #939393. Windows color (decimal): -3183422 or 12741839. OLE color: 12741839.

HSL color Cylindrical-coordinate representation of color #CF6CC2: hue angle of 307.88º 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 #CF6CC2 is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 108 194 -
CMYK 0 0.48 0.06 0.19
HSL 307.88º 0.51% 0.62% -
HSV(B) 307.88º 0.48% 0.81% -
XYZ 40.83 27.89 54.27 -
YUV 147.41 154.3 170.51 -
System Red Green Blue C M Y K H S L
Decimal 207 108 194 0 0.48 0.06 0.19 307.88 0.51 0.62
Hex CF 6C C2 0 30 6 13 134 33 3E
Octal 317 154 302 0 60 6 23 464 63 76
Binary 11001111 1101100 11000010 0 110000 110 10011 100110100 110011 111110

Color Harmonies of #CF6CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6CC2

Black with #CF6CC2

Text Example


Text Example

White with #CF6CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6CC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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