Html Css Color HEX #CC7BCF Orchid

📋 copy color: '#CC7BCF'

red 204 ◦ green 123 ◦ blue 207

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

Shades of Orchid #CC7BCF

Tints of Orchid #CC7BCF

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.03%

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

R = 38.2%
G = 23.03%
B = 38.76%

CMYK

 C value IS 0.01

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CC7BCF (or 0xCC7BCF) is known color: Orchid. HEX triplet: CC, 7B and CF. RGB value is (204,123,207). Sum of RGB (Red+Green+Blue) = 204+123+207=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 123 (48.44% from 255 or 23.03% from 534); Blue value is 207 (81.25% from 255 or 38.76% from 534); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC7BCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7BCF is #338430. Grayscale: #9C9C9C. Windows color (decimal): -3376177 or 13597644. OLE color: 13597644.

HSL color Cylindrical-coordinate representation of color #CC7BCF: hue angle of 297.86º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CC7BCF is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 123 207 -
CMYK 0.01 0.41 0 0.19
HSL 297.86º 0.47% 0.65% -
HSV(B) 297.86º 0.41% 0.81% -
XYZ 43.25 31.51 62.83 -
YUV 156.8 156.34 161.67 -
System Red Green Blue C M Y K H S L
Decimal 204 123 207 0.01 0.41 0 0.19 297.86 0.47 0.65
Hex CC 7B CF 1 29 0 13 12A 2F 41
Octal 314 173 317 1 51 0 23 452 57 101
Binary 11001100 1111011 11001111 1 101001 0 10011 100101010 101111 1000001

Color Harmonies of #CC7BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7BCF

Black with #CC7BCF

Text Example


Text Example

White with #CC7BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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