Html Css Color HEX #CC6CBF Orchid

📋 copy color: '#CC6CBF'

red 204 ◦ green 108 ◦ blue 191

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

Shades of Orchid #CC6CBF

Tints of Orchid #CC6CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.97%

R = 40.56%
G = 21.47%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.06

 K value IS 0.2

RGB Variations

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

Color information

#CC6CBF (or 0xCC6CBF) is known color: Orchid. HEX triplet: CC, 6C and BF. RGB value is (204,108,191). Sum of RGB (Red+Green+Blue) = 204+108+191=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 108 (42.58% from 255 or 21.47% from 503); Blue value is 191 (75% from 255 or 37.97% from 503); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6CBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6CBF is #339340. Grayscale: #919191. Windows color (decimal): -3380033 or 12545228. OLE color: 12545228.

HSL color Cylindrical-coordinate representation of color #CC6CBF: hue angle of 308.12º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CC6CBF is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 108 191 -
CMYK 0 0.47 0.06 0.2
HSL 308.13º 0.48% 0.61% -
HSV(B) 308.13º 0.47% 0.8% -
XYZ 39.67 27.32 52.47 -
YUV 146.17 153.3 169.25 -
System Red Green Blue C M Y K H S L
Decimal 204 108 191 0 0.47 0.06 0.2 308.13 0.48 0.61
Hex CC 6C BF 0 2F 6 14 134 30 3D
Octal 314 154 277 0 57 6 24 464 60 75
Binary 11001100 1101100 10111111 0 101111 110 10100 100110100 110000 111101

Color Harmonies of #CC6CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6CBF

Black with #CC6CBF

Text Example


Text Example

White with #CC6CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6CBF; }

 p { color: rgb(204,108,191); }

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

background-color css

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

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

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

border-color css

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

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

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