Html Css Color HEX #CC69C4 Orchid

📋 copy color: '#CC69C4'

red 204 ◦ green 105 ◦ blue 196

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

Shades of Orchid #CC69C4

Tints of Orchid #CC69C4

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.79%

 BLUE value IS 196 (76.95% from 255) = 38.81%

R = 40.4%
G = 20.79%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.04

 K value IS 0.2

RGB Variations

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

Color information

#CC69C4 (or 0xCC69C4) is known color: Orchid. HEX triplet: CC, 69 and C4. RGB value is (204,105,196). Sum of RGB (Red+Green+Blue) = 204+105+196=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 105 (41.41% from 255 or 20.79% from 505); Blue value is 196 (76.95% from 255 or 38.81% from 505); Max value from RGB is 204 - color contains mainly: red. Hex color #CC69C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC69C4 is #33963B. Grayscale: #909090. Windows color (decimal): -3380796 or 12872140. OLE color: 12872140.

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

Color convert

RGB 204 105 196 -
CMYK 0 0.49 0.04 0.2
HSL 304.85º 0.49% 0.61% -
HSV(B) 304.85º 0.49% 0.8% -
XYZ 39.92 26.93 55.32 -
YUV 144.98 156.8 170.1 -
System Red Green Blue C M Y K H S L
Decimal 204 105 196 0 0.49 0.04 0.2 304.85 0.49 0.61
Hex CC 69 C4 0 31 4 14 131 31 3D
Octal 314 151 304 0 61 4 24 461 61 75
Binary 11001100 1101001 11000100 0 110001 100 10100 100110001 110001 111101

Color Harmonies of #CC69C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC69C4

Black with #CC69C4

Text Example


Text Example

White with #CC69C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC69C4; }

 p { color: rgb(204,105,196); }

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

background-color css

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

 a { background-color: rgb(204,105,196); }

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

border-color css

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

 span { border-color: rgb(204,105,196); }

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