Html Css Color HEX #CF6FC8 Orchid

📋 copy color: '#CF6FC8'

red 207 ◦ green 111 ◦ blue 200

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

Shades of Orchid #CF6FC8

Tints of Orchid #CF6FC8

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.43%

 BLUE value IS 200 (78.52% from 255) = 38.61%

R = 39.96%
G = 21.43%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#CF6FC8 (or 0xCF6FC8) is known color: Orchid. HEX triplet: CF, 6F and C8. RGB value is (207,111,200). Sum of RGB (Red+Green+Blue) = 207+111+200=518 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.96% from 518); Green value is 111 (43.75% from 255 or 21.43% from 518); Blue value is 200 (78.52% from 255 or 38.61% from 518); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6FC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6FC8 is #309037. Grayscale: #959595. Windows color (decimal): -3182648 or 13135823. OLE color: 13135823.

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

Color convert

RGB 207 111 200 -
CMYK 0 0.46 0.03 0.19
HSL 304.38º 0.5% 0.62% -
HSV(B) 304.38º 0.46% 0.81% -
XYZ 41.84 28.8 58 -
YUV 149.85 156.3 168.76 -
System Red Green Blue C M Y K H S L
Decimal 207 111 200 0 0.46 0.03 0.19 304.38 0.5 0.62
Hex CF 6F C8 0 2E 3 13 130 32 3E
Octal 317 157 310 0 56 3 23 460 62 76
Binary 11001111 1101111 11001000 0 101110 11 10011 100110000 110010 111110

Color Harmonies of #CF6FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6FC8

Black with #CF6FC8

Text Example


Text Example

White with #CF6FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6FC8; }

 p { color: rgb(207,111,200); }

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

background-color css

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

 a { background-color: rgb(207,111,200); }

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

border-color css

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

 span { border-color: rgb(207,111,200); }

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