Html Css Color HEX #CF6EC2 Orchid

📋 copy color: '#CF6EC2'

red 207 ◦ green 110 ◦ blue 194

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

Shades of Orchid #CF6EC2

Tints of Orchid #CF6EC2

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.53%

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

R = 40.51%
G = 21.53%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#CF6EC2 (or 0xCF6EC2) is known color: Orchid. HEX triplet: CF, 6E and C2. RGB value is (207,110,194). Sum of RGB (Red+Green+Blue) = 207+110+194=511 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.51% from 511); Green value is 110 (43.36% from 255 or 21.53% from 511); Blue value is 194 (76.17% from 255 or 37.96% from 511); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6EC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6EC2 is #30913D. Grayscale: #949494. Windows color (decimal): -3182910 or 12742351. OLE color: 12742351.

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

Color convert

RGB 207 110 194 -
CMYK 0 0.47 0.06 0.19
HSL 308.04º 0.5% 0.62% -
HSV(B) 308.04º 0.47% 0.81% -
XYZ 41.05 28.31 54.34 -
YUV 148.58 153.64 169.67 -
System Red Green Blue C M Y K H S L
Decimal 207 110 194 0 0.47 0.06 0.19 308.04 0.5 0.62
Hex CF 6E C2 0 2F 6 13 134 32 3E
Octal 317 156 302 0 57 6 23 464 62 76
Binary 11001111 1101110 11000010 0 101111 110 10011 100110100 110010 111110

Color Harmonies of #CF6EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6EC2

Black with #CF6EC2

Text Example


Text Example

White with #CF6EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6EC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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