Html Css Color HEX #CC69C7 Orchid

📋 copy color: '#CC69C7'

red 204 ◦ green 105 ◦ blue 199

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

Shades of Orchid #CC69C7

Tints of Orchid #CC69C7

RGB

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

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

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

R = 40.16%
G = 20.67%
B = 39.17%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.02

 K value IS 0.2

RGB Variations

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

Color information

#CC69C7 (or 0xCC69C7) is known color: Orchid. HEX triplet: CC, 69 and C7. RGB value is (204,105,199). Sum of RGB (Red+Green+Blue) = 204+105+199=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 105 (41.41% from 255 or 20.67% from 508); Blue value is 199 (78.12% from 255 or 39.17% from 508); Max value from RGB is 204 - color contains mainly: red. Hex color #CC69C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC69C7 is #339638. Grayscale: #919191. Windows color (decimal): -3380793 or 13068748. OLE color: 13068748.

HSL color Cylindrical-coordinate representation of color #CC69C7: hue angle of 303.03º 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 #CC69C7 is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 105 199 -
CMYK 0 0.49 0.02 0.2
HSL 303.03º 0.49% 0.61% -
HSV(B) 303.03º 0.49% 0.8% -
XYZ 40.26 27.06 57.13 -
YUV 145.32 158.3 169.86 -
System Red Green Blue C M Y K H S L
Decimal 204 105 199 0 0.49 0.02 0.2 303.03 0.49 0.61
Hex CC 69 C7 0 31 2 14 12F 31 3D
Octal 314 151 307 0 61 2 24 457 61 75
Binary 11001100 1101001 11000111 0 110001 10 10100 100101111 110001 111101

Color Harmonies of #CC69C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC69C7

Black with #CC69C7

Text Example


Text Example

White with #CC69C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC69C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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