Html Css Color HEX #C969CF Orchid

📋 copy color: '#C969CF'

red 201 ◦ green 105 ◦ blue 207

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

Shades of Orchid #C969CF

Tints of Orchid #C969CF

RGB

 RED value IS 201 (78.91% from 255) = 39.18%

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

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

R = 39.18%
G = 20.47%
B = 40.35%

CMYK

 C value IS 0.03

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C969CF (or 0xC969CF) is known color: Orchid. HEX triplet: C9, 69 and CF. RGB value is (201,105,207). Sum of RGB (Red+Green+Blue) = 201+105+207=513 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.18% from 513); Green value is 105 (41.41% from 255 or 20.47% from 513); Blue value is 207 (81.25% from 255 or 40.35% from 513); Max value from RGB is 207 - color contains mainly: blue. Hex color #C969CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C969CF is #369630. Grayscale: #919191. Windows color (decimal): -3577393 or 13593033. OLE color: 13593033.

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

Color convert

RGB 201 105 207 -
CMYK 0.03 0.49 0 0.19
HSL 296.47º 0.52% 0.61% -
HSV(B) 296.47º 0.49% 0.81% -
XYZ 40.4 27.03 62.12 -
YUV 145.33 162.8 167.71 -
System Red Green Blue C M Y K H S L
Decimal 201 105 207 0.03 0.49 0 0.19 296.47 0.52 0.61
Hex C9 69 CF 3 31 0 13 128 34 3D
Octal 311 151 317 3 61 0 23 450 64 75
Binary 11001001 1101001 11001111 11 110001 0 10011 100101000 110100 111101

Color Harmonies of #C969CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C969CF

Black with #C969CF

Text Example


Text Example

White with #C969CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C969CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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