Html Css Color HEX #CF6CCE Orchid

📋 copy color: '#CF6CCE'

red 207 ◦ green 108 ◦ blue 206

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

Shades of Orchid #CF6CCE

Tints of Orchid #CF6CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.54%

R = 39.73%
G = 20.73%
B = 39.54%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#CF6CCE (or 0xCF6CCE) is known color: Orchid. HEX triplet: CF, 6C and CE. RGB value is (207,108,206). Sum of RGB (Red+Green+Blue) = 207+108+206=521 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.73% from 521); Green value is 108 (42.58% from 255 or 20.73% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6CCE is #309331. Grayscale: #949494. Windows color (decimal): -3183410 or 13528271. OLE color: 13528271.

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

Color convert

RGB 207 108 206 -
CMYK 0 0.48 0.00 0.19
HSL 300.61º 0.51% 0.62% -
HSV(B) 300.61º 0.48% 0.81% -
XYZ 42.24 28.45 61.66 -
YUV 148.77 160.3 169.53 -
System Red Green Blue C M Y K H S L
Decimal 207 108 206 0 0.48 0.00 0.19 300.61 0.51 0.62
Hex CF 6C CE 0 30 0 13 12D 33 3E
Octal 317 154 316 0 60 0 23 455 63 76
Binary 11001111 1101100 11001110 0 110000 0 10011 100101101 110011 111110

Color Harmonies of #CF6CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6CCE

Black with #CF6CCE

Text Example


Text Example

White with #CF6CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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