Html Css Color HEX #CC69CF Orchid

📋 copy color: '#CC69CF'

red 204 ◦ green 105 ◦ blue 207

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

Shades of Orchid #CC69CF

Tints of Orchid #CC69CF

RGB

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

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

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

R = 39.53%
G = 20.35%
B = 40.12%

CMYK

 C value IS 0.01

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CC69CF (or 0xCC69CF) is known color: Orchid. HEX triplet: CC, 69 and CF. RGB value is (204,105,207). Sum of RGB (Red+Green+Blue) = 204+105+207=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 105 (41.41% from 255 or 20.35% from 516); Blue value is 207 (81.25% from 255 or 40.12% from 516); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC69CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC69CF is #339630. Grayscale: #919191. Windows color (decimal): -3380785 or 13593036. OLE color: 13593036.

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

Color convert

RGB 204 105 207 -
CMYK 0.01 0.49 0 0.19
HSL 298.24º 0.52% 0.61% -
HSV(B) 298.24º 0.49% 0.81% -
XYZ 41.22 27.45 62.16 -
YUV 146.23 162.3 169.21 -
System Red Green Blue C M Y K H S L
Decimal 204 105 207 0.01 0.49 0 0.19 298.24 0.52 0.61
Hex CC 69 CF 1 31 0 13 12A 34 3D
Octal 314 151 317 1 61 0 23 452 64 75
Binary 11001100 1101001 11001111 1 110001 0 10011 100101010 110100 111101

Color Harmonies of #CC69CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC69CF

Black with #CC69CF

Text Example


Text Example

White with #CC69CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC69CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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