Html Css Color HEX #CF6CCF Orchid

📋 copy color: '#CF6CCF'

red 207 ◦ green 108 ◦ blue 207

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

Shades of Orchid #CF6CCF

Tints of Orchid #CF6CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.66%

R = 39.66%
G = 20.69%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CF6CCF (or 0xCF6CCF) is known color: Orchid. HEX triplet: CF, 6C and CF. RGB value is (207,108,207). Sum of RGB (Red+Green+Blue) = 207+108+207=522 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.66% from 522); Green value is 108 (42.58% from 255 or 20.69% from 522); Blue value is 207 (81.25% from 255 or 39.66% from 522); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CF6CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6CCF is #309330. Grayscale: #949494. Windows color (decimal): -3183409 or 13593807. OLE color: 13593807.

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

Color convert

RGB 207 108 207 -
CMYK 0 0.48 0 0.19
HSL 300º 0.51% 0.62% -
HSV(B) 300º 0.48% 0.81% -
XYZ 42.36 28.5 62.3 -
YUV 148.89 160.8 169.45 -
System Red Green Blue C M Y K H S L
Decimal 207 108 207 0 0.48 0 0.19 300 0.51 0.62
Hex CF 6C CF 0 30 0 13 12C 33 3E
Octal 317 154 317 0 60 0 23 454 63 76
Binary 11001111 1101100 11001111 0 110000 0 10011 100101100 110011 111110

Color Harmonies of #CF6CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6CCF

Black with #CF6CCF

Text Example


Text Example

White with #CF6CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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