Html Css Color HEX #CC7BC7 Orchid

📋 copy color: '#CC7BC7'

red 204 ◦ green 123 ◦ blue 199

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

Shades of Orchid #CC7BC7

Tints of Orchid #CC7BC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 37.83%

R = 38.78%
G = 23.38%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.02

 K value IS 0.2

RGB Variations

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

Color information

#CC7BC7 (or 0xCC7BC7) is known color: Orchid. HEX triplet: CC, 7B and C7. RGB value is (204,123,199). Sum of RGB (Red+Green+Blue) = 204+123+199=526 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.78% from 526); Green value is 123 (48.44% from 255 or 23.38% from 526); Blue value is 199 (78.12% from 255 or 37.83% from 526); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7BC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7BC7 is #338438. Grayscale: #9B9B9B. Windows color (decimal): -3376185 or 13073356. OLE color: 13073356.

HSL color Cylindrical-coordinate representation of color #CC7BC7: hue angle of 303.7º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CC7BC7 is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 123 199 -
CMYK 0 0.40 0.02 0.2
HSL 303.7º 0.44% 0.64% -
HSV(B) 303.7º 0.4% 0.8% -
XYZ 42.29 31.13 57.81 -
YUV 155.88 152.34 162.32 -
System Red Green Blue C M Y K H S L
Decimal 204 123 199 0 0.40 0.02 0.2 303.7 0.44 0.64
Hex CC 7B C7 0 28 2 14 130 2C 40
Octal 314 173 307 0 50 2 24 460 54 100
Binary 11001100 1111011 11000111 0 101000 10 10100 100110000 101100 1000000

Color Harmonies of #CC7BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7BC7

Black with #CC7BC7

Text Example


Text Example

White with #CC7BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7BC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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