Html Css Color HEX #CC6BCF Orchid

📋 copy color: '#CC6BCF'

red 204 ◦ green 107 ◦ blue 207

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

Shades of Orchid #CC6BCF

Tints of Orchid #CC6BCF

RGB

 RED value IS 204 (80.08% from 255) = 39.38%

 GREEN value IS 107 (42.19% from 255) = 20.66%

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

R = 39.38%
G = 20.66%
B = 39.96%

CMYK

 C value IS 0.01

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CC6BCF (or 0xCC6BCF) is known color: Orchid. HEX triplet: CC, 6B and CF. RGB value is (204,107,207). Sum of RGB (Red+Green+Blue) = 204+107+207=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 107 (42.19% from 255 or 20.66% from 518); Blue value is 207 (81.25% from 255 or 39.96% from 518); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC6BCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6BCF is #339430. Grayscale: #939393. Windows color (decimal): -3380273 or 13593548. OLE color: 13593548.

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

Color convert

RGB 204 107 207 -
CMYK 0.01 0.48 0 0.19
HSL 298.2º 0.51% 0.62% -
HSV(B) 298.2º 0.48% 0.81% -
XYZ 41.42 27.86 62.23 -
YUV 147.4 161.64 168.37 -
System Red Green Blue C M Y K H S L
Decimal 204 107 207 0.01 0.48 0 0.19 298.2 0.51 0.62
Hex CC 6B CF 1 30 0 13 12A 33 3E
Octal 314 153 317 1 60 0 23 452 63 76
Binary 11001100 1101011 11001111 1 110000 0 10011 100101010 110011 111110

Color Harmonies of #CC6BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6BCF

Black with #CC6BCF

Text Example


Text Example

White with #CC6BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6BCF; }

 p { color: rgb(204,107,207); }

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

background-color css

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

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

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

border-color css

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

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

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